Carbon


StdGetPic

Header: Quickdraw.h Carbon status: Supported

QuickDraw’s standard low-level function for retrieving information from the definition of a picture.

void StdGetPic (
    void *dataPtr, 
    SInt16 byteCount
);
Parameter descriptions
dataPtr

On return, a pointer to the collected picture data.

byteCount

The size of the picture data.

DISCUSSION

The StdGetPic function retrieves from the definition of the currently open picture the next number of bytes as specified in the byteCount parameter.

You should only call this low-level function from your customized QuickDraw functions.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)